MSI 1/6: Move PCI functions and headers to a common location.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 09:26:58 +0000 (10:26 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 1 May 2008 09:26:58 +0000 (10:26 +0100)
commit154c5516cb1264c9630f6100b28a7c7ed138430a
treec8b51ea7840769c3bfdfc78afb88930911466bc3
parent84aaf4530b7d495668fb2c69fdd6f5c28533c1ac
MSI 1/6: Move PCI functions and headers to a common location.

Signed-off-by: Shan Haitao <haitao.shan@intel.com>
Signed-off-by: Jiang Yunhong <yunhong.jiang@intel.com>
14 files changed:
xen/arch/x86/domctl.c
xen/arch/x86/pci.c
xen/drivers/passthrough/amd/iommu_detect.c
xen/drivers/passthrough/amd/iommu_init.c
xen/drivers/passthrough/amd/pci_amd_iommu.c
xen/drivers/passthrough/pci_regs.h [deleted file]
xen/drivers/passthrough/vtd/dmar.c
xen/drivers/passthrough/vtd/intremap.c
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/qinval.c
xen/drivers/passthrough/vtd/utils.c
xen/include/xen/iommu.h
xen/include/xen/pci.h
xen/include/xen/pci_regs.h [new file with mode: 0644]